home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef FMainH
- #define FMainH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include "UPTFrame.hpp"
- #include "UPTShellControls.hpp"
- #include "UPTTreeList.hpp"
- #include <vcl\ComCtrls.hpp>
- #include <vcl\Menus.hpp>
- //---------------------------------------------------------------------------
- class TFrmMain : public TForm
- {
- __published: // IDE-managed Components
- TPTGroup *CompLabel;
- TLabel *Label1;
- TLabel *Label2;
- TPTShellTree *PTShellTree1;
- TPTFrame *PTFrame1;
- TMainMenu *MainMenu1;
- TMenuItem *File1;
- TMenuItem *Exit1;
- void __fastcall PTShellTree1Change(TObject *Sender, TTreeNode *Node);
- void __fastcall Exit1Click(TObject *Sender);
- private: // User declarations
- int FComputerIndex;
- void __fastcall SetFrameText( AnsiString aName );
- public: // User declarations
- __fastcall TFrmMain(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TFrmMain *FrmMain;
- //---------------------------------------------------------------------------
- #endif
-